-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LED Device Features, Fixes and Refactoring #855
LED Device Features, Fixes and Refactoring #855
Conversation
…yperion-project#826) Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/faye/websocket-extensions-node/releases) - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md) - [Commits](faye/websocket-extensions-node@0.1.3...0.1.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Conflicts: # libsrc/leddevice/dev_net/LedDeviceNanoleaf.cpp # libsrc/leddevice/dev_net/LedDeviceNanoleaf.h # libsrc/leddevice/dev_spi/LedDeviceLpd8806.cpp # libsrc/leddevice/dev_spi/LedDeviceLpd8806.h # libsrc/leddevice/schemas/schema-nanoleaf.json
Here is your new link to your workflow artifacts. |
Wled and other udp devices works well but only udpe131 does not work anymore. please check it again
|
@tihoangyeudau Thanks for testing and confirming the WLED and other UDP Devices work well. |
yes, thank you for your try. your fork works very smoothly and fastly. Waiting for wled winzart and fixed udpe131 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beware that I didn't check functionality as I am not familiar with the component, commented on the style only.
@tihoangyeudau Fix is available. |
Ok bro |
Here is your new link to your workflow artifacts. |
Here is your new link to your workflow artifacts. |
Here is your new link to your workflow artifacts. |
Here is your new link to your workflow artifacts. |
Wolltest du hier noch aufräumen oder ist dieser PR fertig? |
# Conflicts: # include/leddevice/LedDevice.h # libsrc/leddevice/LedDeviceTemplate.cpp # libsrc/leddevice/LedDeviceTemplate.h # libsrc/leddevice/dev_hid/LedDeviceMultiLightpack.cpp # libsrc/leddevice/dev_net/LedDeviceAtmoOrb.cpp # libsrc/leddevice/dev_net/LedDeviceNanoleaf.cpp
Here is your new link to your workflow artifacts. |
Here is your new link to your workflow artifacts. |
Summary
Features, Fixes and Refactoring around LED Devices
Added
New Devices
Additional device related capabilities
available for Philips-Hue, Nanoleaf, Yeelight, partially for Rs232 / USB (Hid)
Documentation
Changed
Fixed
What kind of change does this PR introduce? (check at least one)
If changing the UI of web configuration, please provide the before/after screenshot:
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing setups:
The PR fulfills these requirements:
Fixes: #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.
Other information:
Resolves #755
Resolves #727
Resolves #859